Mail Servers

Kadem'is mail server is a computer system that sends and receives emails. In many cases, web servers and mail servers are combined in a single machine.
Kademi uses SPF and DKIM permissions and authorizations so emails are sent and received correctly. 

SPF - Sender Policy Framework

This a simple email validation system designed to detect email imitation by providing a mechanism to allow receiving mail exchangers to check that incoming mails from a domain come from a host authorized by that domain's administrators.

DKIM - Domain Keys Identified Mail

This is an email authentication method designed to detect email imitation. It allows the receiver to check that an email claimed to have come from a specific domain was indeed authorized by the owner of that domain.

 

Go to the mail server settings

  • Go to website manager, select websites

  • Click on the settings button of your website

  • Next click on Mail server tab

  • If Kademi is hosting your domain, the SPF record will be added automatically

  • Click, Generate new DKIM key

  • Next, click Generate

  • The DKIM code will be added automatically

  • You can leave the DKIM identifier blank and it will generate a random one, or you can enter it.

  • For the key size, you can use 1024 as default

  • Finally, click on "Generate"

  • Kademi adds all records automatically for you to your domain

Send test email

  • Click on the "Send test email" button

Review the details

  • In the email you get you should see pass for the SPF and the DKIM check, and ham for the Spam check.

Extra

Checking if your SPF and DKIM settings are loaded into your domain

Go to website manager, select Domains

Underneath DNS settings, click on the domain name

Click on the domain to go to the setting

If you see a value in the SPF and DKIM row, then there has been an authentification success.

SPF

mydomain.com. 300 IN TXT "v=spf1 include:_spf.kademi.us ~all"

To break this down so you understand what each column stands for, you have - Type, Value, and TTL

  • mydomain.com - please enter your domain name here

  • Value - "v=spf1 include:_spf.kademi.us ~all" - this is Kademi's code to verify your the mail domain, It has to have "v=spf1 include:_spf.kademi.us - you can add extensions before the  "~all" to add extra permissions and features if required

  • 300 is your TTL - Time to live is a mechanism that limits the lifespan or lifetime of data in a computer or network. TTL may be implemented as a counter or timestamp attached to or embedded in the data. Once the prescribed event count or timespan has elapsed, data is discarded.

DMIM

This is the same process as SPF but the value is not editable, it's a specific code which is static.

 

Can't find what you're looking for?

 

Hit the online chat button bottom left, or click the contact Kademi button below.